home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c++
- Path: tuck.cs.fit.edu!rcs79343
- From: rcs79343@tuck.cs.fit.edu (Daniel J. Carreira /ADVISOR Clay)
- Subject: Re: who know how to use large array in c++?
- Message-ID: <DLr2qA.76A@zeno.fit.edu>
- Sender: news@zeno.fit.edu (USENET NEWS SYSTEM)
- Nntp-Posting-Host: tuck.cs.fit.edu
- Organization: Florida Institute of Technology
- X-Newsreader: TIN [version 1.2 PL2]
- References: <4e2555$ro6@flood.weeg.uiowa.edu> <4e0ml0$jt5@mercury.wright.edu> <4e2g23$caf@vixen.cso.uiuc.edu> <4e5r4v$41f@info.sta.net.cn>
- Date: Thu, 25 Jan 1996 18:44:33 GMT
-
- Wang TianXing (txwang@public.sta.net.cn) wrote:
- : sjmccaug@prairienet.org (Scott J. McCaughrin) wrote:
-
- : | In <4e0ml0$jt5@mercury.wright.edu>, Apichart Intarapanich <aintara> writes:
- : | >hi
- : | >anybody know how can i declare array like this
- : | >
- : | >float a[1000][1000][1000];
- : | >
- : | >i cannot do that. i got segmentation fault statement. who know what should i
- <cut>
- : If this doesn't work, buy a more expensive system
- : which can fulfil your needs. :(
-
- How about a class that swaps memory blocks to/from disk ...
- you array really is a disk file but as you access it you "swap"
- in the "page" you need...
-
- --
-
- Daniel J. Carreira III Ph.D. \ You know you're getting older when happy hour
- rcs79343@cs.fit.edu \ is a nap!
- \ Desperately seeking Snoozin'.
- http://cs.fit.edu/~rcs79343 \ Talk is cheap until you hire a lawyer.
-
-
-
-
-
-
-
-
-
-
-
-
-
-